home *** CD-ROM | disk | FTP | other *** search
/ Superhero League of Hoboken / Superhero League of Hoboken (1995)(Legend).iso / install.bat < prev    next >
DOS Batch File  |  1995-03-15  |  180b  |  10 lines

  1. @echo off
  2. IF EXIST \HOBOKEN\INSTALL.TAG GOTO :ready
  3. ECHO Please run INSTALL.EXE from the HOBOKEN directory of your CD-ROM
  4. GOTO :exit
  5. :ready
  6. cd \hoboken
  7. install.exe
  8. :exit
  9.  
  10.